home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / search.dxr / 00091_scrollbar score script.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  122 b   |  6 lines

  1. on mouseDown
  2.   global gSearchObj
  3.   scrollbarObj = getScrollbarObj(gSearchObj)
  4.   trackMouse(scrollbarObj, the clickOn)
  5. end
  6.